* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  color: #393939;
}

a {
  color: #393939;
}

a:hover {
  color: #04a0ec;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

a:before,
a:after,
*:before,
*:after,
.trans {
  transition: all .4s ease 0s;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: " ";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.page-wrap {
  background: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.left-box {
  width: 20%;
  margin-top: 4%;
}

.right-box {
  width: 76%;
  margin-top: 4%;
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .container,
  .main-box {
    max-width: 80%;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  .main-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-top: 0;
  }

  .right-box {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.header {
  width: 100%;
  z-index: 1000;
  background: #ffffff;
}

.header .container {
  position: relative;
}

.header .navbar-brand,
.header .navbar {
  vertical-align: middle;
}

.header .navbar-brand {
  width: 24%;
  padding: 15px 0;
}

.header .slogon {
  width: 24%;
  vertical-align: middle;
}

.header .navbar {
  width: 56.25%;
}

.header .navbar-btn {
  display: none;
}

.header .logo {
  height: auto;
  overflow: hidden;
  display: block;
}

.header .navbar-collapse {
  width: 85%;
}

.header .navbar-collapse li a {
  color: #393939;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  z-index: 1;
}

.header .navbar-collapse li a:before {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #04a0ec;
  content: " ";
  z-index: -1;
}

.header .navbar-collapse li a:hover {
  color: #04a0ec;
}

.header .navbar-collapse li a:hover:before {
  left: 0;
  opacity: 1;
  width: 100%;
}

.header .navbar-search {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.header .navbar-search .search-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.header .navbar-search .search-btn svg {
  fill: #393939;
  margin: 2px;
  width: 16px;
  height: 16px;
}

.header.active {
  background: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

@media \0screen {
  .header.active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  }
}

.header .topbar {
  position: absolute;
  padding: 0 15px;
  top: 50%;
  right: 15px;
  margin-top: -11px;
}

.header .topbar .search-btn {
  position: relative;
}

.header .topbar .search-btn .search-input {
  border: none;
  background: #04a0ec;
  color: #ffffff;
  border-radius: 999px;
  line-height: 24px;
  padding: 3px 10px;
  width: 160px;
}

.header .topbar .search-btn input::-webkit-input-placeholder {
  color: #ffffff;
}

.header .topbar .search-btn .ico {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
}

.header .topbar .search-btn svg {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  fill: #04a0ec;
}

.header .topbar .lang {
  vertical-align: middle;
  padding: 3px 0;
  border-radius: 5px;
}

.header .topbar .lang .link {
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  color: #c9c9c9;
  position: relative;
}

.header .welcome {
  padding: 10px 0;
  background: #000;
  color: #04a0ec;
}

.header .welcome .list:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px;
}

.header .welcome .list img {
  display: inline-block;
  vertical-align: middle;
}

.header .welcome a {
  color: #04a0ec;
}

@media screen and (max-width: 991px) {
  .header {
    position: relative;
    width: 100%;
    z-index: 1000;
    padding: 0;
  }

  .header .welcome {
    padding: 10px 15px;
  }

  .header .container {
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .header .navbar-brand {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 15px;
  }

  .header .navbar {
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 8;
    position: relative;
  }

  .header .logo {
    display: inline-block;
  }

  .header .navbar-collapse {
    height: 0;
    width: 100%;
  }

  .header .navbar-collapse li {
    display: block;
    opacity: 0;
    transform: translateX(250px);
    transition: all .2s ease .3s;
  }

  .header .navbar-collapse li a {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    display: block;
    color: #ffffff;
  }

  .header .navbar-btn {
    z-index: 9;
    right: 15px;
    background: #393939;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 23px;
    position: absolute;
    display: inline-block;
  }

  .header .navbar-btn:before,
  .header .navbar-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #393939;
    transition: top .3s, bottom .3s, transform .3s;
  }

  .header .navbar-btn:before {
    top: -6px;
  }

  .header .navbar-btn:after {
    bottom: -6px;
  }

  .header .navbar-btn.active {
    background: transparent;
  }

  .header .navbar-btn.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #ffffff;
  }

  .header .navbar-btn.active:after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #ffffff;
  }

  .header .bg {
    display: none;
  }

  .header .topbar {
    right: 25px;
  }

  .header.open {
    border-bottom: 0;
  }

  .header.open .navbar {
    opacity: 1;
    height: auto;
  }

  .header.open .navbar-collapse {
    height: auto;
  }

  .header.open .navbar-collapse li {
    opacity: 1;
    transform: translateX(0);
  }

  .header.open .navbar-collapse li:nth-child(1) {
    transition-duration: 0.4s;
  }

  .header.open .navbar-collapse li:nth-child(2) {
    transition-duration: 0.5s;
  }

  .header.open .navbar-collapse li:nth-child(3) {
    transition-duration: 0.6s;
  }

  .header.open .navbar-collapse li:nth-child(4) {
    transition-duration: 0.7s;
  }

  .header.open .navbar-collapse li:nth-child(5) {
    transition-duration: 0.8s;
  }

  .header.open .navbar-collapse li:nth-child(6) {
    transition-duration: 0.9s;
  }

  .header.open .navbar-collapse li:nth-child(7) {
    transition-duration: 1s;
  }

  .header.open .bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .navbar-search .search-btn {
    width: 22px;
    height: 22px;
  }

  .navbar-search .search-btn:hover,
  .navbar-search .search-btn:active {
    background: #04a0ec;
    border: solid 1px #04a0ec;
  }

  .navbar-search .search-btn svg {
    fill: #c9c9c9;
    margin: 5px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 640px) {
  .header .slogon {
    display: none;
  }

  .header .welcome .lang {
    width: 100%;
    text-align: right;
  }

  .header .logo {
    width: 38%;
  }

  .header .logo img {
    width: 100%;
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .header .logo {
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }
}

.footer .container {
  position: relative;
}

.footer a {
  color: #fafafa;
}

.footer a:hover {
  color: #ffffff;
}

.footer .text {
  width: 80%;
  text-align: center;
}

.footer .foot-link {
  padding: 10px 0;
  background: #1b1b1b;
  font-size: 18px;
  border-bottom: solid 1px #04a0ec;
}

.footer .foot-link .box {
  vertical-align: middle;
}

.footer .foot-link .quick {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #ffffff;
  border: solid 1px;
}

.footer .foot-link .quick:first-child {
  margin-right: 10px;
}

.footer .foot-link .quick:hover,
.footer .foot-link .quick:focus,
.footer .foot-link .quick:active {
  background: #ffffff;
  color: #04a0ec;
}

.footer .foot-link .link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
}

.footer .copyright {
  background: #1b1b1b url("../img/foot-logo.png") 50% 50% no-repeat;
  color: #04a0ec;
  padding: 15px 0;
}

.footer .copyright a {
  color: #04a0ec;
}

.footer .copyright .list {
  display: inline-block;
  line-height: 26px;
}

.footer .copyright .list img {
  display: inline-block;
  margin-right: 5px;
}

.footer .copyright .help .desc {
  display: none;
}

.footer .copyright .help .link {
  color: #04a0ec;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}

.footer-index {
  padding: 3% 0;
  background: #04a0ec;
  color: #ffffff;
}

.footer-index a {
  color: #ffffff;
}

.footer-index .item {
  width: 31.5%;
}

.footer-index .title {
  margin-bottom: 15px;
  border-bottom: solid 1px #ffffff;
}

.footer-index .title .em {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  bottom: -1px;
  font-size: 20px;
  border-bottom: solid 1px #535353;
}

.footer-index .address .list {
  padding: 3px 0;
}

.footer-index .address .list.bot {
  margin-bottom: 12px;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .footer .hidden-xs {
    display: none;
  }

  .footer .share .link {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  .footer .copyright {
    width: 100%;
  }

  .footer .copyright .box {
    width: 100%;
    text-align: center !important;
  }

  .footer .help {
    padding: 10px 0;
  }

  .footer .help .link {
    margin-right: 0;
    padding: 0 5px;
  }

  .footer-index .item {
    width: 100%;
  }

  .footer-index .title .em {
    font-size: 16px;
  }

  .sidebar {
    display: none;
  }
}

.cate-bg {
  padding: 6% 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.cate-bg .text {
  width: 100%;
}

.cate-bg .en {
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-top: 3%;
}

.cate-bg .cn {
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-top: 0;
}

.cate-bg .cn .em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 2px;
  margin-left: 0;
  content: " ";
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.cate-bg .desc {
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  padding: 25px 0;
  text-transform: uppercase;
}

.cate-bg .desc:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2em;
  height: 2px;
  content: " ";
  background: #fff;
}

.crumb {
  margin-top: 2%;
}

.crumb .category .item {
  width: 16.66%;
}

.crumb .category .item:nth-child(6n) .link {
  margin-right: 0;
}

.crumb .category .link {
  font-size: 16px;
  display: block;
  position: relative;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  background: #04a0ec;
  background-color: rgba(4, 160, 236, 0.6);
  margin-bottom: 1px;
  margin-right: 1px;
}

@media \0screen {
  .crumb .category .link {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9904A0EC, endcolorstr=#9904A0EC);
  }
}

.crumb .category .link:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #04a0ec;
}

.crumb .category .link:active:after,
.crumb .category .link:hover:after,
.crumb .category .link:focus:after {
  left: 0;
  width: 100%;
}

.sidebar {
  background: transparent;
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 350px;
  width: 48px;
}

.sidebar .item {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 1px;
}

.sidebar .link {
  color: #ffffff;
  display: block;
  height: 48px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}

@media \0screen {
  .sidebar .link {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF000000, endcolorstr=#BF000000);
  }
}

.sidebar .link svg {
  width: 16px;
  height: 20px;
  margin: 14px 16px;
  fill: #ffffff;
}

.sidebar .link:hover {
  background: #04a0ec;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

.aside .aside-title {
  text-align: center;
  position: relative;
}

.aside .aside-logo {
  text-align: center;
  padding: 15px 0;
  background: #04a0ec;
  border: solid 1px #04a0ec;
}

.aside .aside-list {
  padding: 18px 0;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc;
}

.aside .aside-list dt {
  padding-left: 20px;
  border-left: solid 2px #04a0ec;
  font-size: 18px;
}

.aside .aside-list dd {
  padding-left: 38px;
}

.aside .address {
  background: #fff;
  margin-top: 20px;
  padding-bottom: 15px;
}

.aside .address dt {
  padding: 25px 15px 15px;
}

.aside .address dt .cn {
  font-size: 22px;
}

.aside .address dt .en {
  opacity: .7;
  text-transform: uppercase;
  font-size: .75em;
  position: relative;
  padding-bottom: 15px;
}

.aside .address dt .en:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 4em;
  height: 2px;
  margin-left: 0;
  content: " ";
  background: #04a0ec;
}

.aside .address dd {
  margin: 0 15px;
  position: relative;
  line-height: 18px;
  padding: 5px 20px;
}

.aside .address dd .em {
  color: #04a0ec;
  display: inline-block;
  padding-bottom: 10px;
}

.aside .address dd .ico {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  .cate-bg {
    padding: 15% 0 12%;
  }

  .cate-bg .en {
    font-size: 28px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    display: none;
  }

  .cate-bg {
    padding: 15% 0;
  }

  .cate-bg .en {
    font-size: 20px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .crumb .category .item {
    width: 50%;
  }

  .crumb .category .item:nth-child(2n) .link {
    margin-right: 0;
  }

  .crumb .category .link {
    font-size: 14px;
  }

  .aside {
    width: 100%;
  }

  .aside .aside-logo {
    margin-top: 3%;
  }

  .aside .aside-logo img {
    width: 30%;
  }

  .address {
    display: none;
  }
}

.content .white-bg {
  background: #efefef;
}

.content.gray {
  background: #efefef;
}

.content.padding {
  padding: 3% 0;
}

.gray-bg {
  padding: 3% 0;
}

.content-desc {
  font-size: 16px;
  margin: 3% 0;
}

.content-nav {
  font-size: 16px;
}

.content-nav .title {
  font-size: 28px;
  font-weight: bold;
}

.infor {
  margin: 2% 0;
}

.infor .item {
  padding: 10px 0;
  width: 48.5%;
  border-bottom: solid 1px #cccccc;
  font-size: 13px;
}

.infor .item .title {
  color: #04a0ec;
}

.infor .item.none {
  padding: 0;
  border-bottom: none;
}

.content-title {
  font-size: 20px;
  display: block;
  margin-top: 5%;
  color: #333;
}

.content-title.center {
  text-align: center;
}

.content-time {
  display: block;
  margin: 15px 0;
  text-align: center;
  color: #999;
}

.content-body p {
  padding-bottom: 1em;
}

.content-body table {
  width: 100%;
}

.context {
  margin-bottom: 3%;
}

.context .box {
  vertical-align: middle;
  cursor: pointer;
}

.context .next {
  text-align: right;
}

.content-related {
  margin: 15px 0;
  padding-top: 15px;
  border-top: solid 1px #e3e3e3;
}

.content-related .list {
  width: 68.25%;
  vertical-align: middle;
}

.content-related .back {
  vertical-align: middle;
}

.content-related .back a {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #e3e3e3;
}

.content-related .back a:hover {
  color: #ffffff;
  background: #04a0ec;
}

.detail {
  padding: 5% 0;
}

.detail .pic {
  position: relative;
  width: 50%;
}

.detail .pic .rect-pic {
  border: solid 1px #e3e3e3;
  padding-bottom: 100%;
}

.detail .pic img {
  width: 100%;
}

.detail .text {
  width: 45%;
}

.detail .title {
  font-size: 28px;
  padding: 15px 0;
  color: #333;
}

.detail .desc {
  margin-top: 3%;
  padding: 3% 0;
  border-top: solid 1px #e3e3e3;
}

.detail .share {
  padding: 15px 0;
}

.detail .share .share-btn {
  display: inline-block;
  vertical-align: top;
}

.detail .share .share-list {
  opacity: 0;
  display: none;
  vertical-align: top;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media \0screen {
  .detail .share .share-list {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  }
}

.detail .share .share-list .link {
  display: block;
  padding: 3px 0;
  color: #ffffff;
  line-height: 25px;
}

.detail .share .share-list .link img {
  display: inline-block;
  margin-right: 3px;
}

.detail .share .share-list.active {
  opacity: 1;
  display: inline-block;
}

.detail .thumb-list {
  position: relative;
}

.detail .swiper-thumb .swiper-button-prev,
.detail .swiper-thumb .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border-radius: 999px;
}

.detail .swiper-thumb .swiper-button-prev:hover,
.detail .swiper-thumb .swiper-button-prev:active,
.detail .swiper-thumb .swiper-button-prev:focus,
.detail .swiper-thumb .swiper-button-next:hover,
.detail .swiper-thumb .swiper-button-next:active,
.detail .swiper-thumb .swiper-button-next:focus {
  background-color: #04a0ec;
}

.detail .swiper-thumb .swiper-button-prev {
  left: -64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.detail .swiper-thumb .swiper-button-next {
  right: -64px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.detail-related {
  position: relative;
}

.detail-related .link {
  position: relative;
  display: block;
  background: #ffffff;
}

.detail-related .link .rect-pic {
  padding-bottom: 100%;
  background: #fff;
}

.detail-related .link .rect-pic img {
  width: 100%;
}

.detail-related .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  top: 0;
  padding: 8%;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}

@media \0screen {
  .detail-related .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000);
  }
}

.detail-related .link .pic-bg .text {
  text-align: center;
}

.detail-related .link .pic-bg .em {
  padding: 25% 0;
}

.detail-related .link .pic-bg .cn {
  font-size: 1.36em;
}

.detail-related .link:hover,
.detail-related .link:active {
  color: #ffffff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.detail-related .link:hover .pic-bg,
.detail-related .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.detail-related .link:hover img,
.detail-related .link:active img {
  transform: scale(1.1);
}

.detail-related .swiper-related .swiper-button-prev,
.detail-related .swiper-related .swiper-button-next {
  background-size: 20px 20px;
}

.detail-related .swiper-related .swiper-button-prev:hover,
.detail-related .swiper-related .swiper-button-prev:active,
.detail-related .swiper-related .swiper-button-prev:focus,
.detail-related .swiper-related .swiper-button-next:hover,
.detail-related .swiper-related .swiper-button-next:active,
.detail-related .swiper-related .swiper-button-next:focus {
  background-color: #393939;
}

.preview {
  margin-bottom: 10px;
}

.thumb {
  margin-top: 20px;
  cursor: pointer;
}

.thumb .swiper-slide-thumb-active .rect-pic {
  border: solid 1px #04a0ec;
}

.tab-list .swiper-slide {
  text-align: center;
  background: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 18px;
  padding: 15px 0;
}

.tab-list .swiper-slide-thumb-active {
  background: #04a0ec;
  border: solid 1px #04a0ec;
  color: #ffffff;
}

.tab-content .swiper-slide {
  padding: 3% 0;
}

@media screen and (max-width: 991px) {
  .swiper-detail {
    width: 100%;
    position: relative;
    top: -35px;
  }

  .swiper-detail .swiper-pagination {
    display: block;
    width: 100%;
  }

  .swiper-detail .swiper-pagination-bullets {
    display: block;
  }

  .swiper-detail .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .swiper-detail .swiper-pagination-bullet-active {
    background: #04a0ec;
  }

  .thumb {
    display: none;
  }

  .context .back {
    width: 5%;
  }

  .context .prev,
  .context .next {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .content .white-bg {
    top: 0;
  }

  .detail .title {
    font-size: 20px;
  }

  .detail .pic {
    width: 100%;
  }

  .detail .text {
    width: 100%;
  }

  .detail .share {
    display: none;
  }

  .content-related .list,
  .content-related .back {
    width: 100%;
  }

  .content-related .back {
    margin-top: 15px;
    text-align: center;
  }

  .content-related .back a {
    display: block;
  }

  .tab-list .swiper-slide {
    font-size: 14px;
  }
}

.page-list {
  display: block;
  padding: 0 0 30px;
  text-align: center;
}

.page-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.page-list ul {
  display: inline-block;
  vertical-align: bottom;
}

.page-list ul li {
  line-height: 18px;
  display: inline-block;
  float: left;
  margin-right: 2px;
  padding: 8px;
  border: solid 1px #ddd;
  border-radius: 999px;
  background: #ffffff;
}

.page-list ul li a {
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  color: #393939;
}

.page-list ul li.active {
  color: #ffffff;
  background: #04a0ec;
}

.page-list ul li.active a {
  color: #ffffff;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.active {
  display: block;
}

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  text-align: center;
}

.modal-button {
  border: 0;
  padding: 10px 36px;
  background: #04a0ec;
  color: #ffffff;
  border-radius: 6px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px 30px;
  max-height: 360px;
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 640px) {
  .modal-body {
    max-height: 480px;
  }
}

.home-title {
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
}

.home-title .cn {
  display: inline-block;
  line-height: 30px;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #04a0ec;
  padding-bottom: 10px;
}

.home-title .cn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 3px;
  bottom: 0;
  background: #e5e5e5;
}

.home-title .en {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #585858;
  opacity: .75;
}

.home-title.white .cn:after {
  background: #ffffff;
}

.home-desc {
  color: #ffffff;
  text-align: center;
}

.home-desc .cn {
  font-size: 18px;
}

.home-form {
  padding: 3% 0 5%;
}

.home-form .container {
  border-top: solid 1px #d1d1d1;
  padding-top: 3%;
}

.home-form .doc {
  width: 32%;
}

.home-form .doc .en {
  font-size: 48px;
  color: #04a0ec;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 0;
}

.home-form .doc .link {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-top: 15px;
}

.home-form .doc .pic {
  width: 65%;
}

.home-form .doc .text {
  vertical-align: bottom;
  text-align: center;
  width: 30%;
}

.home-form .doc .text .em {
  background: #04a0ec;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.home-form .form {
  width: 50%;
}

.home-form .form .en {
  color: #04a0ec;
  font-size: 38px;
  text-transform: uppercase;
}

.home-form .form .cn {
  font-size: 20px;
  line-height: 1;
}

.home-form .form .desc {
  vertical-align: bottom;
}

.home-form .form .bg {
  background: #f1f1f1;
  padding: 20px;
}

.home-form .form .form-group {
  margin: 5px 0;
}

.home-form .form .form-group:first-child {
  margin: 0 0 5px;
}

.home-form .form .form-control {
  background: #fafafa;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.home-form .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.home-form .form .submit {
  text-align: right;
  vertical-align: middle;
}

.home-form .form .form-submit {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  border: 0;
  background: #04a0ec;
  color: #ffffff;
}

.home-more {
  margin: 3% 0;
  text-align: center;
}

.home-more .link {
  display: inline-block;
  color: #04a0ec;
  border: solid 1px;
  padding: 6px 48px;
  font-size: 15px;
  border-radius: 5px;
  font-family: Arial;
}

.home-more .link img {
  display: inline-block;
  margin-left: 5px;
}

.home-more .link:hover {
  background: #04a0ec;
  color: #ffffff;
}

.home-more.white .link {
  color: #ffffff;
}

.home-cate {
  width: 100%;
  text-align: center;
}

.home-cate .link {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin: 0 10px;
  font-size: 18px;
}

.home-cate .link:hover {
  color: #04a0ec;
}

@media screen and (max-width: 991px) {
  .home-title .cn {
    font-size: 2em;
  }

  .home-title .desc {
    font-size: 1em;
  }

  .home-form {
    padding: 3% 0 5%;
  }

  .home-form .container {
    border-top: solid 1px #d1d1d1;
    padding-top: 3%;
  }

  .home-form .doc {
    width: 100%;
  }

  .home-form .doc .en {
    font-size: 1.5em;
  }

  .home-form .form {
    width: 100%;
  }

  .home-form .form .en {
    padding-top: 15px;
    font-size: 1.2em;
  }

  .home-form .form .cn {
    width: 5em;
    font-size: 1em;
  }

  .home-form .form .desc {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .home-title .cn {
    font-size: 24px;
  }

  .home-title .desc {
    width: 100%;
  }

  .home-cate .link {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 8px 0;
  }
}

.banner {
  width: 100%;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .bg {
  background-color: #393939;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.banner .bg .pc,
.banner .bg .mobile {
  display: block;
}

.banner .bg .mobile {
  display: none;
}

.banner .text {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 10%;
  font-size: 24px;
}

.banner .text .en {
  font-size: 1.3em;
  text-transform: uppercase;
}

.banner .text .cn {
  font-size: 2.6em;
}

.banner .text .desc {
  font-size: 1em;
  padding-top: 25px;
  padding-bottom: 20px;
}

.banner .text .link {
  font-size: .6em;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border: solid 1px;
}

.banner .swiper-slide-active .bg {
  animation: scaleUpDown 4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 991px) {
  .banner .bg .pc {
    display: none;
  }

  .banner .bg .mobile {
    display: block;
  }

  .banner .text {
    text-align: center;
    font-size: 14px;
  }

  .banner .swiper-pagination-bullet {
    background: #fff;
    margin: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    background: #04a0ec;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.home-about {
  background: #eeeeee;
  padding: 3% 0;
}

.home-about .list {
  padding-top: 2%;
}

.home-about .list .item {
  width: 31.5%;
}

.home-about .list .link {
  display: block;
  position: relative;
  cursor: pointer;
}

.home-about .list .link .pic .rect-pic {
  text-align: center;
  background: #ffffff;
  padding-bottom: 46%;
}

.home-about .list .link .pic .rect-pic img {
  width: 100%;
}

.home-about .list .link .text {
  border: solid 1px #c7c7c7;
  padding: 20px;
}

.home-about .list .link .text .cn {
  font-size: 16px;
  font-weight: bold;
}

.home-about .list .link .text .desc {
  padding: 10px 0;
}

.home-about .list .link:hover img,
.home-about .list .link:focus img,
.home-about .list .link:active img {
  transform: scale(1.1);
}

.home-about .more .link {
  color: #04a0ec;
}

.about {
  padding: 5% 0 0;
}

.about .desc {
  padding: 3%;
  border-bottom: solid 1px #e5e5e5;
}

.about .item {
  position: relative;
}

.about .item:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: #1b1b1b;
  z-index: 0;
}

.about .text {
  width: 45%;
  vertical-align: middle;
}

.about .about-list {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.about .about-list .list-item {
  text-align: center;
  width: 30%;
}

.about .about-list .list-item:first-child .em:after {
  content: "";
}

.about .about-list .cn {
  font-size: 18px;
  margin-top: 10px;
}

.about .about-list .num {
  padding: 10% 0 0;
}

.about .about-list .em {
  font-size: 38px;
  position: relative;
  padding-right: 15px;
}

.about .about-list .em:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  content: "+";
}

.about .pic {
  vertical-align: middle;
  position: relative;
  width: 55%;
}

.about .pic img {
  width: 100%;
}

.about .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.about .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #04a0ec;
}

.about .pic .swiper-pagination-bullet-active {
  background-color: #04a0ec;
}

@media \0screen {
  .about .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF04A0EC, endcolorstr=#FF04A0EC);
  }
}

.equipmnet {
  padding: 5% 0;
}

.equipmnet .swiper-container {
  margin-top: 3%;
}

.equipmnet .swiper-slide {
  transform: scale(0.95);
  filter: blur(2px);
}

.equipmnet .swiper-slide-active {
  transform: scale(1.2);
  filter: blur(0px);
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.equipmnet .rect-link {
  padding-bottom: 65%;
}

.equipmnet .rect-link img {
  width: 100%;
}

.equipmnet .title {
  display: none;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

@media \0screen {
  .equipmnet .title {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
  }
}

.equipmnet .swiper-equipment {
  width: 100%;
  position: relative;
}

.equipmnet .swiper-equipment .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.equipmnet .swiper-equipment .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: transparent;
  border: solid 2px #04a0ec;
}

.equipmnet .swiper-equipment .swiper-pagination-bullet-active {
  background-color: #04a0ec;
}

@media \0screen {
  .equipmnet .swiper-equipment .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF04A0EC, endcolorstr=#FF04A0EC);
  }
}

.certificate {
  padding: 5% 0 0;
}

.certificate .list {
  position: relative;
  margin-top: 3%;
}

.certificate .link .rect-pic {
  padding-bottom: 130%;
  border: solid 1px transparent;
}

.certificate .link .rect-pic img {
  width: 100%;
}

.certificate .link:hover .rect-pic,
.certificate .link:active .rect-pic,
.certificate .link:focus .rect-pic {
  border: solid 1px #04a0ec;
}

.certificate .link:hover .title,
.certificate .link:active .title,
.certificate .link:focus .title {
  background: #04a0ec;
  color: #ffffff;
}

.certificate .title {
  text-align: center;
  padding: 15px 0;
  background: #eeeeee;
}

.certificate .swiper-certificate .swiper-pagination {
  display: none;
}

.certificate .swiper-certificate .swiper-button-prev,
.certificate .swiper-certificate .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px #04a0ec;
  border-radius: 999px;
}

.certificate .swiper-certificate .swiper-button-prev:hover,
.certificate .swiper-certificate .swiper-button-prev:active,
.certificate .swiper-certificate .swiper-button-prev:focus,
.certificate .swiper-certificate .swiper-button-next:hover,
.certificate .swiper-certificate .swiper-button-next:active,
.certificate .swiper-certificate .swiper-button-next:focus {
  background-color: #393939;
}

.certificate .swiper-certificate .swiper-button-prev {
  left: -64px;
}

.certificate .swiper-certificate .swiper-button-next {
  right: -64px;
}

@media screen and (max-width: 991px) {
  .home-about {
    padding-bottom: 10%;
    background-size: cover;
  }

  .home-about .list .link .text .title {
    padding-bottom: 5%;
  }

  .home-about .list .link .text .nums .em {
    font-size: 36px;
  }

  .about .item:after {
    display: none;
  }

  .about .text,
  .about .pic {
    width: 100%;
  }

  .about .about-list {
    padding: 5% 0;
    background: #1b1b1b;
  }

  .about .about-list .em {
    font-size: 20px;
  }

  .about .about-list .em:after {
    top: -.75em;
  }

  .equipmnet .swiper-equipment .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .certificate .title {
    padding: 5px 0;
    font-size: 14px;
  }

  .certificate .swiper-certificate .swiper-pagination {
    display: block;
    width: 93%;
  }

  .certificate .swiper-certificate .swiper-pagination-bullets {
    display: block;
  }

  .certificate .swiper-certificate .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .certificate .swiper-certificate .swiper-pagination-bullet-active {
    background: #04a0ec;
  }
}

@media screen and (max-width: 640px) {
  .home-about {
    background-position: 50% 280px;
    background-size: auto 100%;
    padding-bottom: 15%;
  }

  .home-about .list .item {
    width: 100%;
    margin-bottom: 2.5%;
  }

  .home-about .list .link .text .title {
    padding-bottom: 30%;
  }

  .about .about-list .cn {
    font-size: 14px;
  }

  .about .about-list img {
    width: 50%;
  }

  .culture .culture-list .item {
    width: 48.5%;
  }
}

.super {
  padding: 3% 0;
  background: url("../img/super-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.super .super-list {
  color: #ffffff;
}

.super .super-list .item {
  width: 32.5%;
  margin-top: 5%;
}

.super .super-list .item:hover,
.super .super-list .item:focus,
.super .super-list .item:active {
  cursor: pointer;
}

.super .super-list .item:hover .ico,
.super .super-list .item:focus .ico,
.super .super-list .item:active .ico {
  color: #04a0ec;
  background: #04a0ec;
  border: solid 1px #04a0ec;
}

.super .super-list .ico {
  width: 85px;
  height: 85px;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 9999px;
  text-align: center;
}

.super .super-list .img {
  display: inline-block;
  margin: 29px;
}

.super .super-list .text {
  width: 70%;
}

.super .super-list .cn {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.super .super-list .en {
  display: inline-block;
  margin-left: 3px;
  font-weight: normal;
  font-size: 20px;
}

.super .super-list .desc {
  opacity: .75;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .super .super-list .item {
    width: 100%;
  }
}

.honor {
  padding: 3% 0 5%;
  background: #cccbcd url("../img/honor-bg.jpg") center top no-repeat;
  background-size: cover;
}

.honor .home-title .desc .em {
  color: #04a0ec;
  font-size: 28px;
}

.honor .list {
  width: 90%;
  margin: 0 auto;
}

.honor .list .item {
  width: 15.5%;
}

.honor .list .link .rect-pic {
  padding-bottom: 135%;
}

.honor .list .link .title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

@media screen and (max-width: 991px) {
  .honor .list .item {
    width: 32.5%;
  }
}

.news {
  padding: 3% 0;
  background: #f2f2f2;
}

.news .bg {
  margin-top: 2%;
}

.news .list {
  width: 53%;
}

.news .list .item {
  width: 100%;
}

.news .list .link {
  display: block;
  padding: 0 2%;
  position: relative;
  z-index: 2;
  margin-bottom: 5%;
}

.news .list .link .text {
  width: 80%;
  vertical-align: middle;
  padding: 4.5% 0;
  padding-right: 2%;
}

.news .list .link .text .title {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .list .link .text .desc {
  padding-top: 10px;
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  opacity: .75;
}

.news .list .link .time {
  vertical-align: middle;
  width: 17%;
  text-align: center;
}

.news .list .link .date {
  display: block;
  font-size: 36px;
  color: #04a0ec;
}

.news .list .link .year {
  display: block;
  font-size: 18px;
  font-style: normal;
}

.news .list .link:hover,
.news .list .link:active,
.news .list .link:focus {
  background: #ffffff;
}

.news .pic {
  position: relative;
  width: 45%;
}

.news .pic .link {
  display: block;
}

.news .pic .rect-pic {
  padding-bottom: 55%;
}

.news .pic .rect-pic img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news .pic .text {
  padding: 3%;
  background: #fff;
}

.news .pic .time {
  opacity: .75;
}

.news .pic .title {
  margin-top: 1%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .pic .desc {
  padding-top: 10px;
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  opacity: .75;
}

.news-bg {
  padding: 5% 0;
}

.news-list .item {
  width: 100%;
}

.news-list .link {
  display: block;
  padding: 0 2%;
  position: relative;
  z-index: 2;
  margin-bottom: 5%;
}

.news-list .link .text {
  width: 88%;
  vertical-align: middle;
}

.news-list .link .text .title {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news-list .link .text .desc {
  padding-top: 10px;
  height: 40px;
  line-height: 16px;
  overflow: hidden;
  opacity: .75;
}

.news-list .link .time {
  vertical-align: middle;
  width: 10%;
  text-align: center;
  padding: 15px 0;
  border-right: solid 1px #c9c9c9;
}

.news-list .link .date {
  display: block;
  font-size: 36px;
  color: #04a0ec;
}

.news-list .link .year {
  display: block;
  font-size: 18px;
  font-style: normal;
}

.news-list .link .more .em {
  display: inline-block;
  background: #04a0ec;
  color: #ffffff;
  padding: 10px 15px;
}

.news-list .link:hover,
.news-list .link:active,
.news-list .link:focus {
  background: #ffffff;
}

.news-list .link:hover .more .em,
.news-list .link:active .more .em,
.news-list .link:focus .more .em {
  background: #393939;
  color: #ffffff;
}

.down-list {
  margin: 30px 0;
}

.down-list .list {
  position: relative;
  width: 100%;
  border: solid 1px #dfdfdf;
  margin-bottom: 10px;
}

.down-list .link {
  padding: 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.down-list .link .time {
  display: inline-block;
  vertical-align: middle;
  color: #8d8d8e;
}

.down-list .link .title {
  display: inline-block;
  padding: 10px 0;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.down-list .link:hover {
  background: #04a0ec;
}

.down-list .link:hover .title,
.down-list .link:hover .time {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .news .list,
  .news .pic {
    width: 100%;
  }

  .news .pic .link,
  .news .rect-box {
    padding: 0;
    height: auto;
  }

  .news .list {
    padding: 0 15px;
  }

  .news .list .link .time {
    width: 20%;
  }

  .news .list .link .text {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .news .list {
    padding: 0;
  }

  .news .list .link {
    padding: 3% 0;
  }

  .news .bg {
    margin-top: 10px;
  }

  .news-bg {
    margin-top: 0;
    padding: 36px 0 0;
  }

  .news-list .link .time {
    width: 20%;
  }

  .news-list .link .text {
    width: 75%;
  }

  .news-list .link .more {
    margin-top: 10px;
  }

  .news-list .link .more .em {
    padding: 5px 10px;
  }

  .news-list .link .date {
    font-size: 28px;
  }

  .news-list .link .year {
    font-size: 16px;
  }

  .news-list .link .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.product {
  padding: 3% 0;
}

.product .bg {
  background: #fff;
  position: relative;
}

.product .list {
  width: 100%;
  position: relative;
}

.product .swiper-product .swiper-pagination {
  display: none;
}

.product .swiper-product .swiper-button-prev,
.product .swiper-product .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px transparent;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
}

.product .swiper-product .swiper-button-prev:hover,
.product .swiper-product .swiper-button-prev:active,
.product .swiper-product .swiper-button-prev:focus,
.product .swiper-product .swiper-button-next:hover,
.product .swiper-product .swiper-button-next:active,
.product .swiper-product .swiper-button-next:focus {
  background-color: #04a0ec;
}

.product .swiper-product .swiper-button-prev {
  left: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.product .swiper-product .swiper-button-next {
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.search {
  border: solid 1px #ccc;
  border-radius: 6px;
  position: relative;
  margin: 3% 0;
}

.search .form-control {
  width: 100%;
  padding: 12px 12px;
  text-align: center;
  border: 0;
  background: transparent;
}

.search .form-submit {
  opacity: .5;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: -12px;
  border: 0;
  opacity: .5;
  background: transparent;
}

.search.active .form-control {
  text-align: left;
  padding-left: 24px;
}

.search.active .form-submit {
  left: 0;
  margin-left: 0;
}

.home-product-list .item {
  width: 19.5%;
}

.home-product-list .link {
  margin: 15px 0;
  position: relative;
  display: block;
  z-index: 2;
}

.home-product-list .link .rect-pic {
  background: #ffffff;
  position: relative;
  padding-bottom: 100%;
}

.home-product-list .link .rect-pic .img {
  width: 100%;
}

.home-product-list .link .pic-bg .text {
  padding: 3% 0;
}

.home-product-list .link .pic-bg .cn {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-product-list .link .pic-bg .cn:before {
  position: absolute;
  content: "";
  height: 2px;
  background: #04a0ec;
  width: 2em;
  left: 0;
  bottom: 0;
}

.home-product-list .link .pic-bg .en {
  opacity: .7;
  text-transform: uppercase;
  font-size: .75em;
  display: block;
}

.home-product-list .link:hover .rect-pic,
.home-product-list .link:active .rect-pic,
.home-product-list .link:focus .rect-pic {
  border: solid 1px #04a0ec;
}

.product-list {
  margin-top: 3%;
}

.product-list .item {
  width: 31.5%;
  margin-bottom: 2.5%;
}

.product-list .link {
  margin: 15px 0;
  position: relative;
  display: block;
  z-index: 2;
}

.product-list .link .rect-pic {
  background: #ffffff;
  position: relative;
  padding-bottom: 100%;
}

.product-list .link .rect-pic .img {
  width: 100%;
}

.product-list .link .pic-bg .text {
  padding: 3% 0;
}

.product-list .link .pic-bg .cn {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-list .link .pic-bg .cn:before {
  position: absolute;
  content: "";
  height: 2px;
  background: #04a0ec;
  width: 2em;
  left: 0;
  bottom: 0;
}

.product-list .link .pic-bg .en {
  opacity: .7;
  text-transform: uppercase;
  font-size: .75em;
  display: block;
}

.product-list .link:hover .rect-pic,
.product-list .link:active .rect-pic,
.product-list .link:focus .rect-pic {
  border: solid 1px #04a0ec;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .sidebar,
  .main {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .home-product-list .item {
    width: 48.5%;
  }

  .home-product-list .swiper-button-prev,
  .home-product-list .swiper-button-next {
    display: none;
  }

  .product .swiper-product {
    top: -15px;
    position: relative;
  }

  .product .swiper-product .swiper-button-prev,
  .product .swiper-product .swiper-button-next {
    display: none;
  }

  .product .swiper-product .swiper-pagination {
    display: block;
    width: 93%;
  }

  .product .swiper-product .swiper-pagination-bullets {
    display: block;
  }

  .product .swiper-product .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .product .swiper-product .swiper-pagination-bullet-active {
    background: #04a0ec;
  }

  .home-product-list .item {
    width: 100%;
  }

  .product-list {
    padding: 15px 0;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-list .link {
    padding: 8px;
  }

  .product-list .link .pic-bg .em {
    font-size: 18px;
  }
}

.contact.white {
  padding: 3% 0;
  background: #ffffff;
}

.contact.home .form {
  width: 100%;
}

.contact.home .form .form-label {
  color: #ffffff;
  margin-bottom: 3px;
}

.contact.home .form .form-item {
  vertical-align: top;
  width: 32.5%;
}

.contact .text,
.contact .form {
  width: 48%;
}

.contact .text {
  width: 50%;
  border-left: solid 1px #e9e9e9;
}

.contact .text .contact-list {
  padding: 15px 0;
  text-align: center;
  border-bottom: solid 1px #e9e9e9;
}

.contact .text .contact-list:last-child {
  border: none;
}

.contact .text .contact-list .title {
  line-height: 30px;
  font-size: 30px;
  position: relative;
  font-weight: bold;
  color: #04a0ec;
}

.contact .text .contact-list .desc {
  margin-top: 15px;
}

.contact .form {
  padding: 2% 0 2% 2%;
}

.contact .form.inner {
  padding: 0;
}

.contact .form.inner .home-title .cn:after {
  display: none;
}

.contact .form.inner .form-group {
  margin: 15px 0;
}

.contact .form.inner .form-control {
  padding: 15px 12px;
  border: solid 1px #e9e9e9;
}

.contact .form .form-group {
  margin: 5px 0;
}

.contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact .form .form-control {
  background: #fdfdfd;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.contact .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.contact .form .submit {
  vertical-align: middle;
}

.contact .form .form-submit {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  border: 0;
  background: #04a0ec;
  color: #ffffff;
}

.contact .form .desc {
  margin-top: 15px;
}

.contact .form .desc .wechat {
  margin-top: 10%;
  text-align: center;
}

.contact .form .desc .qcode {
  display: inline-block;
}

.contact .form .desc li {
  padding-bottom: 10px;
  font-weight: bold;
}

.contact .form .desc .ico {
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
  color: #04a0ec;
}

.contact .form .desc .ico svg {
  fill: #04a0ec;
  width: 20px;
  height: 20px;
}

.contact .form .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
}

.contact .form .title .en {
  display: block;
  font-size: 13.2px;
  font-weight: normal;
  text-transform: uppercase;
}

.contact .form .title:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #04a0ec;
  width: 1em;
  left: 0;
  top: 0;
}

.map {
  margin-top: 25px;
}

.map .rect-30 {
  padding-bottom: 30%;
}

@media screen and (max-width: 991px) {
  .contact .container {
    padding: 0;
  }

  .contact .pic,
  .contact .text,
  .contact .form {
    width: 100%;
  }

  .contact .bg .form {
    padding: 15px;
  }

  .contact .bg:before {
    background: transparent;
  }

  .contact .gray .pic {
    width: 100%;
  }

  .contact .gray:before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .service .item {
    width: 100%;
  }

  .contact .text .desc ul {
    padding: 15px;
  }

  .contact .text .desc li {
    padding-bottom: 10px;
  }

  .map {
    margin-top: 0;
  }

  .map .rect-30 {
    padding-bottom: 68.25%;
  }
}

.home-apply {
  padding: 0;
}

.home-apply .home-title {
  margin-bottom: 1%;
}

.home-apply .apply-bg {
  padding: 0 0 3%;
}

.home-apply .list {
  width: 100%;
  position: relative;
}

.home-apply .list .swiper-list .swiper-slide {
  width: 13.75%;
  height: 320px;
}

.home-apply .list .swiper-list .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-right: solid 1px #ffffff;
}

.home-apply .list .swiper-list .swiper-slide .pic .img {
  width: auto;
  height: 100%;
  position: absolute;
  max-width: none;
  transform: translateX(-15%);
}

.home-apply .list .swiper-list .swiper-slide .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.35);
}

@media \0screen {
  .home-apply .list .swiper-list .swiper-slide .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#59000000, endcolorstr=#59000000);
  }
}

.home-apply .list .swiper-list .swiper-slide .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.home-apply .list .swiper-list .swiper-slide .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.home-apply .list .swiper-list .swiper-slide .cn {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.home-apply .list .swiper-list .swiper-slide .cn:after {
  position: absolute;
  left: 50%;
  width: 1em;
  margin-left: -0.5em;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  background: #ffffff;
}

.home-apply .list .swiper-list .swiper-slide .icon {
  margin-top: 10px;
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .en {
  font-size: 16px;
  display: none;
  text-transform: uppercase;
}

.home-apply .list .swiper-list .swiper-slide-active {
  width: 31.535%;
}

.home-apply .list .swiper-list .swiper-slide-active .pic .img {
  width: 100%;
  height: 100%;
  transform: translateX(0);
}

.home-apply .list .swiper-list .swiper-slide-active .icon {
  display: block;
}

.home-apply .list .swiper-list .swiper-slide-active .bg {
  background: #04a0ec;
  background-color: rgba(4, 160, 236, 0.75);
}

@media \0screen {
  .home-apply .list .swiper-list .swiper-slide-active .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF04A0EC, endcolorstr=#BF04A0EC);
  }
}

.home-apply .list .swiper-list .swiper-slide-active .en {
  display: block;
}

.home-apply .list .swiper-list .link {
  display: block;
  margin: 0 0 3.5%;
}

.home-apply .swiper-apply .swiper-pagination {
  display: none;
}

.home-apply .swiper-apply .swiper-button-prev,
.home-apply .swiper-apply .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px #04a0ec;
  border-radius: 999px;
}

.home-apply .swiper-apply .swiper-button-prev:hover,
.home-apply .swiper-apply .swiper-button-prev:active,
.home-apply .swiper-apply .swiper-button-prev:focus,
.home-apply .swiper-apply .swiper-button-next:hover,
.home-apply .swiper-apply .swiper-button-next:active,
.home-apply .swiper-apply .swiper-button-next:focus {
  background-color: #393939;
}

.home-apply .swiper-apply .swiper-button-prev {
  left: -64px;
}

.home-apply .swiper-apply .swiper-button-next {
  right: -64px;
}

.apply-list .item {
  width: 32.5%;
}

.apply-list .link {
  margin: 15px 0;
  position: relative;
  display: block;
}

.apply-list .link .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #04a0ec;
  background-color: rgba(4, 160, 236, 0.75);
}

@media \0screen {
  .apply-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF04A0EC, endcolorstr=#BF04A0EC);
  }
}

.apply-list .link .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.apply-list .link .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.apply-list .link .cn {
  font-size: 28px;
  position: relative;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

.apply-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.apply-list .link .pic.rect-100 {
  padding-bottom: 100%;
}

.apply-list .link .pic.rect-70 {
  padding-bottom: 70%;
}

.apply-list .link .pic.rect-56 {
  padding-bottom: 56%;
}

.apply-list .link .pic img {
  width: 100%;
  transform: scale(1.005);
}

.apply-list .link:hover,
.apply-list .link:active,
.apply-list .link:focus {
  transform: scale(1.15);
}

.apply-list .link:hover .bg,
.apply-list .link:active .bg,
.apply-list .link:focus .bg {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}

.apply-list .link:hover .pic img,
.apply-list .link:active .pic img,
.apply-list .link:focus .pic img {
  transform: scale(1.1);
}

.img-list {
  overflow: hidden;
  margin: 3% -15px;
}

.img-list .item {
  width: 33.333%;
  float: left;
}

.img-list .link {
  margin: 15px;
  position: relative;
  display: block;
  padding: 20px;
  background: #ffffff;
  border: solid 1px #e6e6e6;
}

.img-list .link .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

@media \0screen {
  .img-list .link .bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
  }
}

.img-list .link .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}

.img-list .link .bg .text {
  display: table-cell;
  vertical-align: middle;
}

.img-list .link .cn {
  font-size: 28px;
  position: relative;
  display: block;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

.img-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.img-list .link .rect-pic {
  padding-bottom: 100%;
}

.img-list .link .rect-pic img {
  width: 100%;
}

.img-list .link img {
  transform: scale(1.005);
}

.img-list .link:hover,
.img-list .link:active,
.img-list .link:focus {
  padding: 0;
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
  width: 100%;
  height: 100%;
}

.img-list .link:hover .rect-pic img,
.img-list .link:active .rect-pic img,
.img-list .link:focus .rect-pic img {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .home-apply .summary,
  .home-apply .list {
    width: 100%;
  }

  .home-apply .summary .swiper-list .swiper-slide,
  .home-apply .list .swiper-list .swiper-slide {
    width: auto;
    height: auto;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic,
  .home-apply .list .swiper-list .swiper-slide .pic {
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic .img,
  .home-apply .list .swiper-list .swiper-slide .pic .img {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateX(0);
  }

  .home-apply .summary .swiper-list .swiper-slide .cn,
  .home-apply .list .swiper-list .swiper-slide .cn {
    font-size: 1.2em;
  }

  .home-apply .summary .swiper-list .swiper-slide .en,
  .home-apply .list .swiper-list .swiper-slide .en {
    font-size: 1em;
  }

  .home-apply .summary .swiper-list .swiper-slide .icon,
  .home-apply .list .swiper-list .swiper-slide .icon {
    width: 24px;
    display: none;
    margin: 0 auto;
  }

  .home-apply .summary .swiper-list .swiper-slide-active,
  .home-apply .list .swiper-list .swiper-slide-active {
    width: auto;
  }

  .home-apply .summary .swiper-list .swiper-slide-active .pic .img,
  .home-apply .list .swiper-list .swiper-slide-active .pic .img {
    width: 100%;
    height: auto;
  }

  .home-apply .summary .swiper-list .swiper-slide-active .icon,
  .home-apply .list .swiper-list .swiper-slide-active .icon {
    display: block;
  }

  .home-apply .swiper-apply .swiper-pagination {
    display: block;
    width: 93%;
  }

  .home-apply .swiper-apply .swiper-pagination-bullets {
    display: block;
  }

  .home-apply .swiper-apply .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .home-apply .swiper-apply .swiper-pagination-bullet-active {
    background: #04a0ec;
  }
}

@media screen and (max-width: 640px) {
  .home-apply .apply-bg {
    padding: 0 0 10%;
  }

  .apply-list .item {
    width: 49.5%;
    margin-bottom: .5%;
  }

  .apply-list .link .cn {
    font-size: 20px;
  }

  .apply-list .link .en {
    font-size: 14px;
  }

  .apply-list .link .ico img {
    width: 50px;
  }

  .img-list .item {
    width: 50%;
    margin-bottom: .5%;
  }

  .img-list .link {
    padding: 8px;
  }

  .img-list .link .cn {
    font-size: 20px;
  }

  .img-list .link .en {
    font-size: 14px;
  }

  .img-list .link .ico img {
    width: 50px;
  }
}

.feedback {
  padding: 5% 0;
  background: #292d32;
}

.feedback .bg {
  background: #43464a;
  position: relative;
  z-index: 2;
}

.feedback .bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}

.feedback.white-bg {
  background: #ffffff;
}

.feedback.white-bg .bg:before {
  background: #f2f2f2;
}

.feedback .page-title {
  color: #ffffff;
  text-align: center;
  padding-bottom: 2%;
}

.feedback .page-title .cn {
  font-size: 36px;
}

.feedback .page-title .en {
  font-size: 24px;
}

.feedback .text,
.feedback .form {
  width: 50%;
  padding: 30px;
}

.feedback .text.foot,
.feedback .form.foot {
  width: 100%;
  padding: 30px 0;
}

.feedback .text {
  position: relative;
  z-index: 2;
}

.feedback .text .desc {
  width: 56%;
}

.feedback .text .desc li {
  padding-bottom: 5px;
}

.feedback .text .wechat {
  text-align: right;
  font-size: 0;
  width: 42%;
}

.feedback .text .wechat img {
  display: inline-block;
  vertical-align: middle;
}

.feedback .text .title {
  font-size: 18px;
  opacity: .75;
  padding-bottom: 15px;
}

.feedback .text .time {
  font-size: 14px;
  opacity: .75;
}

.feedback .text .num {
  color: #04a0ec;
  font-size: 24px;
  text-align: right;
}

.feedback .text .tips {
  margin-top: 25px;
  width: 86%;
}

.feedback .text .qcode {
  text-align: right;
}

.feedback .form .form-group {
  margin: 5px 0;
}

.feedback .form .form-group.half {
  width: 49.6%;
}

.feedback .form .form-control {
  background: #3b3e42;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.feedback .form .tips {
  width: 60%;
  vertical-align: middle;
  color: #ffffff;
  opacity: .2;
}

.feedback .form .submit {
  text-align: right;
  vertical-align: middle;
}

.feedback .form .form-submit {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  border: 0;
  background: #04a0ec;
  color: #ffffff;
}

.feedback .copyright {
  text-transform: uppercase;
  margin-top: 3%;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  border-top: solid 1px #3f4952;
}

.feedback .copyright a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .feedback .bg:before {
    display: none;
  }

  .feedback .page-title .cn {
    font-size: 24px;
  }

  .feedback .page-title .en {
    font-size: 30px;
  }

  .feedback .text {
    background: #ffffff;
    width: 100%;
    padding: 5%;
  }

  .feedback .text .num {
    font-size: 18px;
  }

  .feedback .text .tips {
    margin-top: 10px;
    width: 100%;
  }

  .feedback .form {
    width: 100%;
    padding: 5%;
  }

  .feedback .form .form-group.half {
    width: 100%;
  }

  .feedback .copyright {
    padding: 15px 5%;
    border-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .feedback .bg {
    margin-top: 15%;
  }

  .feedback.white-bg .bg {
    margin-top: 15px;
  }

  .feedback .text .title {
    padding-bottom: 10px;
  }

  .feedback .copyright {
    padding: 5px 5%;
    border-top: 0;
  }
}

.video {
  padding-bottom: 5%;
}

.video .rect-box {
  padding-bottom: 38%;
}

.video .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 38%;
}

.video .video-js .vjs-big-play-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .video {
    padding-bottom: 1px;
  }

  .video .container {
    padding: 0;
  }
}